home *** CD-ROM | disk | FTP | other *** search
- on JulieMonitor
- global monitor
- if soundBusy(1) then
- sound stop 1
- end if
- puppetSprite(15, 1)
- set the locH of sprite 15 to 75
- set the locV of sprite 15 to 333
- if the movieName contains "LAB" then
- set x to random(2)
- if x = 1 then
- LabMonitor("JMON1.MOV")
- else
- if x = 2 then
- LabMonitor("JMON2.MOV")
- end if
- end if
- else
- set x to random(4)
- if x = 1 then
- LabMonitor("JRET1.MOV")
- else
- if x = 2 then
- LabMonitor("JRET2.MOV")
- else
- if x = 3 then
- LabMonitor("JRET3.MOV")
- else
- if x = 4 then
- LabMonitor("JRET4.MOV")
- end if
- end if
- end if
- end if
- end if
- end
-